home *** CD-ROM | disk | FTP | other *** search
/ Chip: Hang es video / CHIP_ZENESZERKESZTO_2005.ISO / audio_3 / visual / robotfunk / setup.exe / {app} / main.dxr / Internal_134.ls < prev    next >
Encoding:
Text File  |  2003-11-19  |  156 b   |  9 lines

  1. global preloadlist
  2.  
  3. on dobitch
  4.   repeat with i = 1 to 58
  5.     kees = new(#bitmap, member(i, "pictures"))
  6.     kees.image = preloadlist[1][i]
  7.   end repeat
  8. end
  9.